GtkAboutDialog: prevent unintended visibility
authorMatthias Clasen <mclasen@redhat.com>
Thu, 26 Sep 2013 02:51:33 +0000 (22:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 26 Sep 2013 02:51:33 +0000 (22:51 -0400)
Some of the labels were not marked as no-show-all. But the
code clearly tries to manage their visibility, so gtk_widget_show_all()
should not affect them.

https://bugzilla.gnome.org/show_bug.cgi?id=681484

gtk/gtkaboutdialog.ui

index c043382650b1ea5564c66601a09200dcec87bcc2..0c661c329334d75a3df8a03a09de8f81f2d78958 100644 (file)
                         <property name="label">version 1.0</property>
                         <property name="justify">center</property>
                         <property name="selectable">True</property>
+                        <property name="no-show-all">True</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
                         <property name="justify">center</property>
                         <property name="wrap">True</property>
                         <property name="selectable">True</property>
+                        <property name="no-show-all">True</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
                         <property name="justify">center</property>
                         <property name="wrap">True</property>
                         <property name="selectable">True</property>
+                        <property name="no_show_all">True</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
                         <property name="justify">center</property>
                         <property name="wrap">True</property>
                         <property name="selectable">True</property>
+                        <property name="no-show-all">True</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>